GetResponseBodyForInterceptionResponse

data class GetResponseBodyForInterceptionResponse(body: String, base64Encoded: Boolean)

Represents response frame that is returned from Network#getResponseBodyForInterception operation call. Returns content served for the given currently intercepted request.

See also

Constructors

GetResponseBodyForInterceptionResponse
Link copied to clipboard
fun GetResponseBodyForInterceptionResponse(body: String, base64Encoded: Boolean)

Properties

base64Encoded
Link copied to clipboard
val base64Encoded: Boolean
True, if content was sent as base64.
body
Link copied to clipboard
val body: String
Response body.

Sources

jvm source
Link copied to clipboard